home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / bounce_c.swf / scripts / DefineSprite_75 / frame_1 / DoAction.as
Text File  |  2010-11-09  |  203b  |  11 lines

  1. _root.stop();
  2. PercentLoaded = _root.getBytesLoaded() / _root.getBytesTotal() * 100;
  3. if(PercentLoaded != 100)
  4. {
  5.    setProperty(bar, _xscale, PercentLoaded);
  6. }
  7. else
  8. {
  9.    gotoAndStop("loaded");
  10. }
  11.